-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Row: New class with iterators (WIP) #363
base: master
Are you sure you want to change the base?
Conversation
@SRombauts What do you think about this changes? |
Ironically, I'd just done a simple iterator this morning before I saw yours. Mine was no where near as ambitious as yours, just basically a 80 line (mostly boiler-plate) wrapper around Statement. |
Move more statement info to StatementPtr. Replace int&uint16_t with int_fast16_t.
Iterator functionality is now working 😄 |
What I'm trying to implement:
Should be RandomAccessIterator but this is too much boilerplate code for probably non-existing gain.
Examples: